home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act7 / 00650.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  308 b   |  16 lines

  1. on exitFrame
  2.   global game7level
  3.   puppetSound(0)
  4.   sound stop 2
  5.   sound stop 1
  6.   repeat with xxx = 1 to 48
  7.     set the visible of sprite xxx to 1
  8.     puppetSprite(xxx, 0)
  9.   end repeat
  10.   if game7level = 3 then
  11.     set the visible of sprite 2 to 0
  12.   end if
  13.   unLoad(1, the frame - 1)
  14.   preLoad(marker(1))
  15. end
  16.